Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NamedObjectCollection<T> Class
Members


In This Topic
    NamedObjectCollection<T> Class
    In This Topic
    Represents the strongly typed collection of INamedObject objects. Provides methods and properties to search and access items using the INamedObject.Name property of the INamedObject object.
    Syntax
    'Declaration
     
    
    Public Class NamedObjectCollection(Of T As INamedObject) 
       Inherits CollectionBase(Of T)
    'Usage
     
    
    Dim instance As NamedObjectCollection(Of T)
    public class NamedObjectCollection<T> : CollectionBase<T> 
    where T: INamedObject
    Type Parameters
    T
    Inheritance Hierarchy
    See Also